Class FlowTableImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.FlowTableImpl
All Implemented Interfaces:
IPCObject, FlowTable

public class FlowTableImpl extends IPCObjectImpl implements FlowTable
Information provided by the PKI file:

    \class FlowTable
    
    \brief FlowTable holds and manipulates the flow table.
    
    \example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getTableAtIndex(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getFlowCount

      public int getFlowCount()
      Information provided by the PKI file:
      
          \brief Returns the number of flows in the flow table.
          
          \return int, the number of flows in the flow table.
          
              
      Specified by:
      getFlowCount in interface FlowTable
      Returns:
      int Returns a int
    • getFlowAt

      public Flow getFlowAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the flow at the specified index.
          
          \param index, the index of the flow of interest.
          
          \return index, the Flow object at the specified index.
          
              
      Specified by:
      getFlowAt in interface FlowTable
      Parameters:
      index - Takes in a parameter of index
      Returns:
      Flow Returns a Flow